home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Template / default.rss < prev    next >
Extensible Markup Language  |  2004-06-27  |  769b  |  26 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="0.91">
  3.   <channel>
  4.     <title>RSS sample</title>
  5.     <link>http://www.foo.cz/</link>
  6.     <description>sample of RSS channel</description>
  7.     <language>en</language>
  8.     <image>
  9.       <title>Title</title>
  10.       <url>http://www.foo.cz/images/logo2.gif</url>
  11.       <link>http://www.foo.cz</link>
  12.       <width>60</width>
  13.       <height>60</height>
  14.       <description>Sample - short tips</description>
  15.     </image>
  16.     <item>
  17.        <title>First item</title>
  18.        <link>http://www.foo.cz/first.htm</link>
  19.        <description>First item sample</description>
  20.     </item>
  21.     <item>
  22.        <title>Second item</title>
  23.        <link>http://www.foo.cz/second.htm</link>
  24.     </item>
  25.   </channel>
  26. </rss>